home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / yahoo.zip / YAHOO.CFG < prev    next >
Text File  |  1994-02-06  |  2KB  |  57 lines

  1. ; List the ports in the order you want to view them, along with
  2. ; TrapDoor's AREXX port and logfile if TrapDoor is running on that port.
  3.  
  4. port TR0 TrapDoor logs:trapdoor.log
  5. port TR1 TrapTR1 logs:traptr1.log
  6. port TR2
  7. ;port TL0
  8.  
  9. ; Screen and window definitions
  10.  
  11. ;font xen.font 9
  12. font topaz.font 8
  13.  
  14. screen Float
  15. ;screen Workbench
  16. ;screen TrapDoor
  17.  
  18. ;screentop 400
  19. top 60
  20. left 35
  21. width 600
  22.  
  23. ; lace or nolace
  24. lace
  25.  
  26. ; Custom gadgets definitions.
  27. ;
  28. ; $1 is the port, $2 is the user's full name, $3 is underscored name.
  29. ;
  30. ; If the command name begins with a dash, the command can be any of
  31. ; YaHoo's built-in AREXX commands.
  32. ;
  33.  
  34. gad_glob Hide     -hide
  35. gad_glob WB       -open Workbench
  36. gad_glob TD       -open TrapDoor
  37. gad_glob Float    -open Float
  38. gad_glob Local    dlg:immed TL0 19200 19200
  39. gad_user Open     dlg:tscreen -p $1 -o
  40. gad_user Close    dlg:tscreen -p $1 -c
  41. gad_user Chat     dlg:chat -p $1 -t
  42. gad_user Clr      -alert $1
  43. gad_user Time     dlg:addtime -p $1 -m 10
  44. gad_user Info     dlg:utils/userdata $2
  45. gad_user Notes    sys:utilities/more dlgconfig:notes/$3.notes
  46. gad_user Files    work:bin/ls -l user:$3 >"con:0/0/600/200/$2/wait/close"
  47. gad_user Events   sys:utilities/more user:$3/event.log
  48. gad_user CID      sc:c/grep -q "$2" doors:whoisit/caller.log >"con:0/0/600/200/$2/wait/close"
  49. gad_user Kill     dlg:tkill -p $1
  50. ;gad_idle Busyout  dlg:getport -p $1 -k YaHoo -r "Grabbed by YaHoo" -l 1 -i
  51. ;gad_idle Relbusy  dlg:freeport -p $1 -k YaHoo
  52. gad_glob Crash    fido:dmc crash
  53. gad_glob TR0_Log  work:bin/read logs:trapdoor.log
  54. gad_glob TR1_Log  work:bin/read logs:traptr1.log
  55. gad_user Recover  dlg:trecover -p $1
  56. gad_glob Quit     -quit
  57.